Platform Core .NET Assemblies API
Replace(String,Char[],Char) Method
See Also  Send Feedback
Terrasoft.Common Namespace > StringUtilities Class > Replace Method : Replace(String,Char[],Char) Method
source
String.
symbolsForReplace
Character array to replace.
replaceSymbol
Character to replace all inclusions of source.

Glossary Item Box

Replaces all inclusions of the specified character array with a specified character.

Syntax

 
C#
 
 

Parameters

source
String.
symbolsForReplace
Character array to replace.
replaceSymbol
Character to replace all inclusions of source.

Return Value

An instance equivalent to the current one but with all symbolsForReplace inclusions replaced with replaceSymbol.

Remarks

Overloaded method.

Extensible method for the System.String class.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.